home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Mastering Web Site Development
/
Microsoft Mastering Web Site Development (Microsoft) (1997).iso
/
Labs
/
Lab07.1
/
transcript.asp
< prev
Wrap
Text File
|
1997-04-24
|
883b
|
32 lines
<%@ LANGUAGE="VBSCRIPT" %>
<HTML>
<HEAD>
<META NAME="GENERATOR" Content="Microsoft Visual InterDev 1.0">
<META HTTP-EQUIV="Content-Type" content="text/html; charset=iso-8859-1">
<TITLE>Document Title</TITLE>
<link rel="STYLESHEET" href="Stylesheets/Grid/Style2.css">
</HEAD>
<body background="Images/Grid/Background/Back2.jpg"
bgcolor="White">
<basefont face="Arial, Helvetica, sans-serif">
<!-- Page Header -->
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<th align="Left" nowrap bgcolor="Silver"
background="./Images/Grid/Navigation/Nav1.jpg"> <font
size="6"> Transcript </font> </th>
</tr>
<tr>
<td bgcolor="#FFFFCC"> <font size="-1">
For Student ID <%=Session("id")%> </font> </td>
</tr>
</table>
<!-- end of page header -->
</BODY>
</HTML>